runtime.arenaHint.addr (field)

8 uses

	runtime (current package)
		malloc.go#L538: 			hint.addr = p
		malloc.go#L605: 		hint.addr = p
		malloc.go#L613: 		userArenaHint.addr = p
		malloc.go#L658: 		p := hint.addr
		malloc.go#L676: 			hint.addr = p
		malloc.go#L712: 		hint.addr, hint.down = uintptr(v), true
		malloc.go#L715: 		hint.addr = uintptr(v) + size
		mheap.go#L310: 	addr uintptr